home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
util1
/
rqlst091.rea
< prev
next >
Wrap
Text File
|
1996-01-16
|
1KB
|
40 lines
Short: Selecting entries via button or list window
Author: Khamsonh Marcel 'ninji' Khounlivong, admin of text/ MP II,III
Uploader: okk@rz.uni-jena.de
Version: 0.9x
Type: util/cli
Requires: KS1.3+, no tea
$VER: ReqList.readme 0.92 (11.10.95)
Something I miss in (Rexx)ReqTools requesters is a selection with vertical
buttons or with lists. Because it was not possible to use more than five
entries without getting an ugly requester, I was thinking about programming a
cli tool to solve this little problem. Within compiling "Meeting Pearls III"
our chief :-) (Angela) asked for such tool - an I wrote it.
Templates at this time: VERBOSE/S, I=INPUT/K, O=OUTPUT/K, H=HEADER/K,
L=LIST/K, PS=PUBSCREEN/K, PAGE/N, BUTTONS/S, POPUP/S, CLONERT/S. Last template
will looking for ENV:ReqTools.prefs and sets positions saved for other
requesters, i.e. supports (CENTER | OFFSET)-SCREEN, otherwise mouse position
is used. Alternative to I/O use '<' and '>'.
History
0.91 (11.10.95)
- mmhh ... there should be a way to cancel with mouse, because I've got no
time I implemented only a closegadet, so sorry ... I'll fix it
0.90 (19.09.95)
- ReqList doesn't add carriage return to output
0.89 (16.09.95)
- first official release (MP only)
To do
- beware of RectFill(), -> own Bitmap
- changing of window title (maybe :-)
- smaller, faster
- ARexx-Support (like ReqTools?)